Delete all Files
TasqFlow.GoogleDrive.Activities.DeleteAllFiles
The "Delete all Files" activity in TasqFlow is part of the Google Drive activities package, enabling automation processes to delete all files within a specified Google Drive account. This activity provides a convenient way to clean up files within a drive.
Properties
Name | Description |
---|---|
Misc | |
Display Name | The display name of the activity. A display name is automatically generated when you indicate a target. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete all Files" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Delete all Files" activity onto the workflow.
- Optionally, configure the entry delay.
- Execute the workflow to delete all files within the specified Google Drive account.
Example:
Consider an example where the "Delete all Files" activity is used to delete all files within a Google Drive account:
Delete all Files:
Entry Delay: 5
In this example, the activity waits for 5 seconds (specified by the entry delay) before executing the operation to delete all files within the Google Drive account.